var go/doc.noteMarkerRx
2 uses
go/doc (current package)
reader.go#L491: noteMarkerRx = lazyregexp.New(`^[ \t]*` + noteMarker) // MARKER(uid) at text start
reader.go#L520: if m := noteMarkerRx.FindStringSubmatchIndex(text); m != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)